Skip to content

chore: bump the production-dependencies group across 1 directory with 9 updates#5299

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-910613b60e
Open

chore: bump the production-dependencies group across 1 directory with 9 updates#5299
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-910613b60e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
@cspell/cspell-bundled-dicts 9.8.0 10.0.1
@cspell/cspell-types 9.8.0 10.0.1
@cspell/dict-cspell-bundle 2.0.59 2.0.62
commander 14.0.3 15.0.0
vscode-jsonrpc 8.2.1 9.0.0
@tanstack/svelte-query 6.1.33 6.1.34
@cspell/url 9.8.0 10.0.1
react 19.2.6 19.2.7
react-dom 19.2.6 19.2.7

Updates @cspell/cspell-bundled-dicts from 9.8.0 to 10.0.1

Release notes

Sourced from @​cspell/cspell-bundled-dicts's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from @​cspell/cspell-bundled-dicts's changelog.

v10.0.1 (2026-05-31)

Fixes

  • fix(cli): ignore closed readline after stdin (#8862)

  • fix(docs): replace .json with package.json in configuration docs (#8861)

  • fix: substitution display and ranges for output checking (#8838)

  • fix: use env vars for GitHub context expressions in run steps to prevent injection (#8852)

v10.0.0 (2026-04-06)

Features

  • fix: upgrade import-fresh from v3 to v4 (#8786)
  • feat!: Drop support for Node 20 (#8779)

BREAKING

  • feat!: Drop support for Node 20 (#8779)

Documentation

  • feat!: Drop support for Node 20 (#8779)
Commits

Updates @cspell/cspell-types from 9.8.0 to 10.0.1

Release notes

Sourced from @​cspell/cspell-types's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from @​cspell/cspell-types's changelog.

v10.0.1 (2026-05-31)

Fixes

  • fix(cli): ignore closed readline after stdin (#8862)

  • fix(docs): replace .json with package.json in configuration docs (#8861)

  • fix: substitution display and ranges for output checking (#8838)

  • fix: use env vars for GitHub context expressions in run steps to prevent injection (#8852)

v10.0.0 (2026-04-06)

Features

  • fix: upgrade import-fresh from v3 to v4 (#8786)
  • feat!: Drop support for Node 20 (#8779)

BREAKING

  • feat!: Drop support for Node 20 (#8779)

Documentation

  • feat!: Drop support for Node 20 (#8779)
Commits

Updates @cspell/dict-cspell-bundle from 2.0.59 to 2.0.62

Release notes

Sourced from @​cspell/dict-cspell-bundle's releases.

@​cspell/dict-cspell-bundle: v2.0.62

2.0.62 (2026-05-31)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-npm bumped to 5.2.41
      • @​cspell/dict-python bumped to 4.2.27

@​cspell/dict-cspell-bundle: v2.0.61

2.0.61 (2026-05-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-css bumped to 4.1.2
      • @​cspell/dict-en-gb-mit bumped to 3.1.24
      • @​cspell/dict-en_us bumped to 4.4.35
      • @​cspell/dict-markdown bumped to 2.0.17
      • @​cspell/dict-npm bumped to 5.2.40

@​cspell/dict-cspell-bundle: v2.0.60

2.0.60 (2026-05-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-bash bumped to 4.2.3
      • @​cspell/dict-en-gb-mit bumped to 3.1.23
      • @​cspell/dict-en_us bumped to 4.4.34
      • @​cspell/dict-npm bumped to 5.2.39
Changelog

Sourced from @​cspell/dict-cspell-bundle's changelog.

2.0.62 (2026-05-31)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-npm bumped to 5.2.41
      • @​cspell/dict-python bumped to 4.2.27

2.0.61 (2026-05-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-css bumped to 4.1.2
      • @​cspell/dict-en-gb-mit bumped to 3.1.24
      • @​cspell/dict-en_us bumped to 4.4.35
      • @​cspell/dict-markdown bumped to 2.0.17
      • @​cspell/dict-npm bumped to 5.2.40

2.0.60 (2026-05-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​cspell/dict-bash bumped to 4.2.3
      • @​cspell/dict-en-gb-mit bumped to 3.1.23
      • @​cspell/dict-en_us bumped to 4.4.34
      • @​cspell/dict-npm bumped to 5.2.39
Commits

Updates commander from 14.0.3 to 15.0.0

Release notes

Sourced from commander's releases.

v15.0.0

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

Changed

  • Breaking: migrated Commander implementation from CommonJS to ESM (#2464)
  • Breaking: Commander 15 requires Node.js v22.12.0 or higher (for require(esm)).
  • dev: switch tests from Jest to node:test test runner (#2463)

Deleted

  • Breaking: removed deprecated export of commander/esm.mjs (#2464)

Migration Tips

Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework or bundler.

If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will get security updates until May 2027 and things will hopefully improve for your setup in the meantime.

v15.0.0-0

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 in May 2026 will move Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

... (truncated)

Changelog

Sourced from commander's changelog.

[15.0.0] (2026-05-29)

Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.

The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for 12 months (to May 2027). For more info see Release Policy.

Added

  • show excess command-arguments in error message (#2384)

Fixed

  • Breaking: only lone --no-* option sets default option value to true, default not implicitly set when define both positive and negative option in either order (#2405)
  • update example to use compatible character for MINGW64 (#2475)

Changed

  • Breaking: migrated Commander implementation from CommonJS to ESM (#2464)
  • Breaking: Commander 15 requires Node.js v22.12.0 or higher (for require(esm)).
  • dev: switch tests from Jest to node:test test runner (#2463)

Deleted

  • Breaking: removed deprecated export of commander/esm.mjs (#2464)

Migration Tips

Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework or bundler.

If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will get security updates until May 2027 and things will hopefully improve for your setup in the meantime.

[15.0.0-0] (2026-02-22)

(Released as 15.0.0)

Commits

Updates vscode-jsonrpc from 8.2.1 to 9.0.0

Release notes

Sourced from vscode-jsonrpc's releases.

release/jsonrpc/9.0.0

No release notes provided.

release/jsonrpc/9.0.0-next.12

No release notes provided.

release/jsonrpc/9.0.0-next.11

Changes:

Feature Requests:

  • #1691: Use NoInfer for better typing
  • #1692: setImmediate Implementation in browser RAL for json-rpc is not ideal.
  • #1698: RenameParams does not reference TextDocumentPositionParams interface in the JSON metamodel

Bugs:

  • #1693: Output channel leak when stopping LanguageClient

Others:

  • #1703: Make pull diagnostics work for peek editors
  • #1702: Fixes #1692: setImmediate Implementation in browser RAL for json-rpc is not ideal.
  • #1695: delayOpenNotifications=true results in the wrong document version and content being sent in didOpen notification
  • #1696: Add failing/skipped test for issue #1695
  • #1700: Update dev dependencies
  • #1694: Do not recreate logging channel after stop
  • #1699: Fixes #1698: RenameParams does not reference TextDocumentPositionParams interface in the JSON metamodel
  • #1690: Bump glob from 11.0.0 to 11.1.0 in /client-node-tests
  • #1689: Bump js-yaml from 4.1.0 to 4.1.1
  • #1688: Merge release into main
  • #1687: Update lock files

This list of changes was auto generated.

release/jsonrpc/9.0.0-next.10

Changes:

  • #1686: Move to latest VS Code API
  • #1682: Drop textDocument/didClose if dropping textDocument/didOpen

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for vscode-jsonrpc since your current version.


Updates @tanstack/svelte-query from 6.1.33 to 6.1.34

Release notes

Sourced from @​tanstack/svelte-query's releases.

@​tanstack/svelte-query-devtools@​6.1.34

Patch Changes

@​tanstack/svelte-query-persist-client@​6.1.34

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.101.0
    • @​tanstack/svelte-query@​6.1.34

@​tanstack/svelte-query@​6.1.34

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0
Changelog

Sourced from @​tanstack/svelte-query's changelog.

6.1.34

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.0
Commits

Updates @cspell/url from 9.8.0 to 10.0.1

Release notes

Sourced from @​cspell/url's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from @​cspell/url's changelog.

v10.0.1 (2026-05-31)

Fixes

  • fix(cli): ignore closed readline after stdin (#8862)

  • fix(docs): replace .json with package.json in configuration docs (#8861)

  • fix: substitution display and ranges for output checking (#8838)

  • fix: use env vars for GitHub context expressions in run steps to prevent injection (#8852)

v10.0.0 (2026-04-06)

Features

  • fix: upgrade import-fresh from v3 to v4 (#8786)
  • feat!: Drop support for Node 20 (#8779)

BREAKING

  • feat!: Drop support for Node 20 (#8779)

Documentation

  • feat!: Drop support for Node 20 (#8779)
Commits

Updates react from 19.2.6 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates react-dom from 19.2.6 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 9 updates

Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cspell/cspell-bundled-dicts](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-bundled-dicts) | `9.8.0` | `10.0.1` |
| [@cspell/cspell-types](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-types) | `9.8.0` | `10.0.1` |
| [@cspell/dict-cspell-bundle](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/cspell) | `2.0.59` | `2.0.62` |
| [commander](https://github.com/tj/commander.js) | `14.0.3` | `15.0.0` |
| [vscode-jsonrpc](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/jsonrpc) | `8.2.1` | `9.0.0` |
| [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `6.1.33` | `6.1.34` |
| [@cspell/url](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-url) | `9.8.0` | `10.0.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.7` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.7` |



Updates `@cspell/cspell-bundled-dicts` from 9.8.0 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-bundled-dicts/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell-bundled-dicts)

Updates `@cspell/cspell-types` from 9.8.0 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-types/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell-types)

Updates `@cspell/dict-cspell-bundle` from 2.0.59 to 2.0.62
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-cspell-bundle@2.0.62/dictionaries/cspell)

Updates `commander` from 14.0.3 to 15.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.3...v15.0.0)

Updates `vscode-jsonrpc` from 8.2.1 to 9.0.0
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/9.0.0/jsonrpc)

Updates `@tanstack/svelte-query` from 6.1.33 to 6.1.34
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/svelte-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/svelte-query@6.1.34/packages/svelte-query)

Updates `@cspell/url` from 9.8.0 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-url/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell-url)

Updates `react` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `react-dom` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@cspell/cspell-bundled-dicts"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@cspell/cspell-types"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@cspell/dict-cspell-bundle"
  dependency-version: 2.0.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: commander
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: vscode-jsonrpc
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@tanstack/svelte-query"
  dependency-version: 6.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@cspell/url"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants